-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add back modifiers in front of signatures #1337
Conversation
Thanks for contributing to Qiskit documentation! Before your PR can be merged, it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. Thanks! 🙌 |
Thanks for contributing to Qiskit documentation! Before your PR can be merged, it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. Thanks! 🙌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! Please wait to merge this until the internal change has landed & docs are synced.
Thanks for contributing to Qiskit documentation! Before your PR can be merged, it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. Thanks! 🙌 |
Part of #1287 Follow-up of #1337 This PR regenerates the API docs incorporating the changes of #1337. This is split into two PRs to help in the review of the changes to the script and due to the amount of files modified. Here we can find all versions except qiskit 1.0 which was generated in #1337 to review it more exhaustively. This change should be merged after changing the MDX components on IQP to support the new prop.
Part of Qiskit#1287 This PR adds modifiers to the signatures of our API components. We continue removing the modifiers for attributes and properties given that we don't show their signature on the website. This change should be merged after changing the MDX components on IQP to support the new prop.
Part of Qiskit#1287 Follow-up of Qiskit#1337 This PR regenerates the API docs incorporating the changes of Qiskit#1337. This is split into two PRs to help in the review of the changes to the script and due to the amount of files modified. Here we can find all versions except qiskit 1.0 which was generated in Qiskit#1337 to review it more exhaustively. This change should be merged after changing the MDX components on IQP to support the new prop.
Part of #1287
This PR adds modifiers to the signatures of our API components. We continue removing the modifiers for attributes and properties given that we don't show their signature on the website.
This change should be merged after changing the MDX components on IQP to support the new prop.